text/template.state.evalCommand (method)

2 uses

	text/template (current package)
		exec.go#L457: 		value = s.evalCommand(dot, cmd, value) // previous value is this one's final arg.
		exec.go#L479: func (s *state) evalCommand(dot reflect.Value, cmd *parse.CommandNode, final reflect.Value) reflect.Value {